In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor~CMYKToRGB / CMYKToRGB(Byte,Byte,Byte,Byte,Byte,Byte,Byte) Method

CMYKToRGB(Byte,Byte,Byte,Byte,Byte,Byte,Byte) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Shared Sub CMYKToRGB( _

   ByVal cyan As Byte, _

   ByVal magenta As Byte, _

   ByVal yellow As Byte, _

   ByVal black As Byte, _

   ByRef red As Byte, _

   ByRef green As Byte, _

   ByRef blue As Byte _

) 
public static void CMYKToRGB( 

   byte cyan,

   byte magenta,

   byte yellow,

   byte black,

   out byte red,

   out byte green,

   out byte blue

)
public procedure CMYKToRGB( 

    cyan: Byte;

    magenta: Byte;

    yellow: Byte;

    black: Byte;

   Out  red: Byte;

   Out  green: Byte;

   Out  blue: Byte

); static; 
public static function CMYKToRGB( 

   cyan : byte,

   magenta : byte,

   yellow : byte,

   black : byte,

   red : byte,

   green : byte,

   blue : byte

);
public: static void CMYKToRGB( 

   byte cyan,

   byte magenta,

   byte yellow,

   byte black,

   [PARAMFLAG::Out] byte red,

   [PARAMFLAG::Out] byte green,

   [PARAMFLAG::Out] byte blue

) 
public:

static void CMYKToRGB( 

   byte cyan,

   byte magenta,

   byte yellow,

   byte black,

   [Out] byte red,

   [Out] byte green,

   [Out] byte blue

) 

Parameters

cyan
magenta
yellow
black
red
green
blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members
Overload List